home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Unstuff / Other Compression / UnzipMAc5.0.sit / Unzip 5.0p1 f / Source / MSDOS / tcc / zi_make.bat < prev    next >
Encoding:
DOS Batch File  |  1993-01-23  |  255 b   |  8 lines  |  [TEXT/MPS ]

  1. tcc -c -w -K -G -a -d -O -Z zipinfo.c envargs.c match.c
  2. tcc -c -w -K -G -a -d -O -Z -DZIPINFO -omisc_.obj misc.c
  3. tcc -K -G -a -d -O -Z zipinfo.obj envargs.obj match.obj misc_.obj
  4. rem del zipinfo.obj
  5. rem del match.obj
  6. rem del misc_.obj
  7. rem del envargs.obj
  8.